home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / olrdrs / qprn112.zip / HISTORY.DOC < prev    next >
Text File  |  1994-05-12  |  17KB  |  319 lines

  1. Version 1.12     5/12/94: Corrected an error in the version 1.11 zipfile.
  2.                           For this reason, version 1.11 is not listed.
  3.  
  4.                           Fixed a minor bug in the routine that generates
  5.                           the name of the overflow directory.
  6.  
  7.                           Fixed a bug in the bookmark-deletion code.
  8.  
  9.                           QWKPRUNE will now check the first line of each
  10.                           message to determine if its a PCBoard 15 extended
  11.                           subject.  If it is, and the QWK subject field is
  12.                           blank, or appears to have been truncated, it'll
  13.                           be filled in from the extended header.
  14.  
  15.                           SAVEQWK will now detect if a 1stReader database
  16.                           file is being read, and will exit if so.  When
  17.                           upgrading from a previous version of SAVEQWK, be
  18.                           sure to replace both SAVEQWK.EXE and SAVEQWK.FIL.
  19.  
  20.                           Credit card registration is now available through
  21.                           the Public (software) Library.  See LICENSE.DOC
  22.                           for details.
  23.  
  24. Version 1.10     3/2/94:  Added support for large packets.  QWKPRUNE can be
  25.                           told where to create an overflow directory by
  26.                           using the SPILL config file option or the TEMP
  27.                           environment variable.  If there's not enough
  28.                           space in the work directory to recreate
  29.                           MESSAGES.DAT, or not enough RAM to store all the
  30.                           message headers, the overflow directory will be
  31.                           used.
  32.  
  33.                           Added the ability to group prune file entries
  34.                           together.  If a line in a prune file begins with
  35.                           & or |, QWKPRUNE assumes that that line is to be
  36.                           grouped with the previous entry.
  37.  
  38.                           Added the KEEP_NETSTATUS config file option.  If
  39.                           this is set to NO or OFF, QWKPRUNE will not
  40.                           preserve Net Status blocks at the end of
  41.                           MESSAGES.DAT.  The default is to keep Net Status
  42.                           blocks.
  43.  
  44.                           Added the USE_MESSAGE_COUNTS config file option.
  45.                           If this is set to YES or ON, message counts will
  46.                           be added to CONTROL.DAT and MESSAGES.DAT if any
  47.                           messages are pruned out.  If it's set to NO or
  48.                           OFF, and there was a message count in
  49.                           CONTROL.DAT, that count will be set to zero.
  50.  
  51.                           The 'Z' prune file command has been revised.  If
  52.                           "text" is not one of the keywords SESSION, FILES,
  53.                           HELLO, NEWS, or GOODBYE, it'll be treated as a
  54.                           filename, and that file will be deleted.
  55.                           However, the .NDX files, MESSAGES.DAT,
  56.                           CONTROL.DAT, and DOOR.ID will not be deleted.
  57.                           Unless "text" starts with BLT (for bulletins), it
  58.                           may not contain wildcards.  You may not specify a
  59.                           drive or directory in "text".
  60.  
  61.                           If a message has an invalid date, it will be
  62.                           stamped with the current system date.
  63.  
  64.                           If the To: field is blank, it will be changed to
  65.                           read "ALL".
  66.                                                  Lawrence Johnstone
  67.  
  68.                           All non-numeric characters should now be removed
  69.                           from message numbers.
  70.                                                  Chris Yocum
  71.  
  72. Version 1.03     8/29/93: Configurable subject line stripping has been
  73.                           added.  This is controlled by the STRIP config
  74.                           file option. Up to ten prefixes may be specified,
  75.                           and individual prefixes may be up to twelve
  76.                           characters long.  Case is not significant. Re :
  77.                           prefixes are no longer stripped by default.
  78.  
  79.                                                  Walt Fletcher
  80.                                                  Lawrence Johnstone
  81.  
  82.                           Added the P prune file switch.  This switch
  83.                           treats "text" as a user name. All messages to
  84.                           "text" will be marked as personal.  For example,
  85.                           A,P:ALL will cause all messages to ALL to be
  86.                           marked as personal.
  87.  
  88.                           It's now possible to prune messages with numbers
  89.                           greater than or less than a given number.  The
  90.                           format for doing this is cn,N:>nnn (for greater
  91.                           than) and cn,N:<nnn (for less than), where cn is
  92.                           the conference number, and nnn is the message
  93.                           number.  nnn may be specified as HIGH - nnn and
  94.                           LOW + nnn, where HIGH and LOW are the highest and
  95.                           lowest message number in the specified
  96.                           conference.
  97.                                                  Mike Armstrong
  98.  
  99.                           Added the ability to delete bulletins, logon and
  100.                           logoff screens, BBS news files, new files lists,
  101.                           and SESSION.TXT.  The format for this is Z,text.
  102.                           To delete bulletins, enter "text" as though it
  103.                           were a filename - Z,BLT*.*, for example.  Other
  104.                           values of "text" are HELLO, GOODBYE, NEWS, FILES,
  105.                           and SESSION.
  106.                                                  Mike Armstrong
  107.  
  108.                           It's now possible to tell QWKPRUNE to always
  109.                           repack QWKs, even if they haven't been changed.
  110.                           To do this, use /P on the command line, or set
  111.                           the config option FORCE_REPACK to ON or YES.
  112.  
  113.                                                  Mike Armstrong
  114.  
  115.                           Added the config option MAX_QWK_AGE.  Setting
  116.                           this to a number tells QWKPRUNE not to process
  117.                           QWKs more than that many days old if multiple
  118.                           QWKs are being pruned.
  119.  
  120.                           QWKPRUNE will now remove trailing nulls from
  121.                           string fields in the message header.
  122.  
  123.                                                  Lawrence Johnstone
  124.  
  125.                           Headers in which the To: and From: fields are
  126.                           terminated with linefeed characters will be
  127.                           fixed.
  128.                                                  Jim Smith
  129.  
  130.                           QWKPRUNE should now preserve Net Status blocks at
  131.                           the end of MESSAGES.DAT.
  132.                                                  Allen Prunty
  133.  
  134.                           Changed the routine that rebuilds the packets so
  135.                           that .NDX files are first written to temporary
  136.                           files.
  137.  
  138.                           PERSONAL.NDX is now rebuilt in a separate step,
  139.                           rather than being rebuilt when MESSAGES.DAT is
  140.                           rewritten.
  141.  
  142.                           The default extension for QWK files has been
  143.                           changed to Q* from QW*.
  144.  
  145.                           Added PARMSCAN.EXE and PARMSCAN.DOC to the
  146.                           distribution archive. PARMSCAN allows you to
  147.                           examine a set of batch file parameters to see if
  148.